home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1998 July / EnigmA AMIGA RUN 29 (1998)(G.R. Edizioni)(IT)[!][issue 1998-07 & 08].iso / earcd / phase5 / ppcrelease / examples / time_protos.h < prev    next >
C/C++ Source or Header  |  1998-02-21  |  212b  |  10 lines

  1. #ifndef TIMER_PROTOS_H
  2. #define TIMER_PROTOS_H
  3.  
  4. void*    __regargs    TimerCreateObject(void);
  5. void    __regargs    TimerDeleteObject(void*);
  6. void    __regargs    TimerShow(void*);
  7. BOOL    __regargs    TimerSetAttr(void*,ULONG);
  8.  
  9. #endif
  10.